crypto/tls.certificateVerifyMsg.signatureAlgorithm (field)
13 uses
crypto/tls (current package)
handshake_client.go#L801: certVerify.signatureAlgorithm = signatureAlgorithm
handshake_client_tls13.go#L684: if !isSupportedSignatureAlgorithm(certVerify.signatureAlgorithm, supportedSignatureAlgorithms()) {
handshake_client_tls13.go#L688: sigType, sigHash, err := typeAndHashFromSignatureScheme(certVerify.signatureAlgorithm)
handshake_client_tls13.go#L803: certVerifyMsg.signatureAlgorithm, err = selectSignatureScheme(c.vers, cert, hs.certReq.supportedSignatureAlgorithms)
handshake_client_tls13.go#L811: sigType, sigHash, err := typeAndHashFromSignatureScheme(certVerifyMsg.signatureAlgorithm)
handshake_messages.go#L1827: signatureAlgorithm SignatureScheme
handshake_messages.go#L1836: b.AddUint16(uint16(m.signatureAlgorithm))
handshake_messages.go#L1853: if !s.ReadUint16((*uint16)(&m.signatureAlgorithm)) {
handshake_server.go#L723: if !isSupportedSignatureAlgorithm(certVerify.signatureAlgorithm, certReq.supportedSignatureAlgorithms) {
handshake_server.go#L727: sigType, sigHash, err = typeAndHashFromSignatureScheme(certVerify.signatureAlgorithm)
handshake_server_tls13.go#L742: certVerifyMsg.signatureAlgorithm = hs.sigAlg
handshake_server_tls13.go#L980: if !isSupportedSignatureAlgorithm(certVerify.signatureAlgorithm, supportedSignatureAlgorithms()) {
handshake_server_tls13.go#L984: sigType, sigHash, err := typeAndHashFromSignatureScheme(certVerify.signatureAlgorithm)
 |
The pages are generated with Golds v0.7.6. (GOOS=linux GOARCH=amd64)
Golds is a Go 101 project developed by Tapir Liu.
PR and bug reports are welcome and can be submitted to the issue list.
Please follow @zigo_101 (reachable from the left QR code) to get the latest news of Golds. |